object GFTipForm: TGFTipForm Left = 348 Top = 228 BorderStyle = bsDialog Caption = 'Tip of the Day' ClientHeight = 209 ClientWidth = 392 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OnCreate = FormCreate OnDestroy = FormDestroy OnKeyDown = FormKeyDown PixelsPerInch = 96 TextHeight = 13 object TipPanel: TPanel Left = 4 Top = 5 Width = 287 Height = 171 BevelOuter = bvLowered BevelWidth = 2 Color = clInfoBk TabOrder = 0 object TipLbl: TLabel Left = 63 Top = 46 Width = 203 Height = 100 AutoSize = False Caption = '...' ShowAccelChar = False Transparent = True WordWrap = True end object Image_Hint: TImage Left = 10 Top = 17 Width = 32 Height = 32 AutoSize = True Picture.Data = {} Transparent = True end object TipTitleLbl: TLabel Left = 62 Top = 19 Width = 9 Height = 13 Caption = '...' ShowAccelChar = False end end object ShowChk: TCheckBox Left = 5 Top = 185 Width = 286 Height = 17 Caption = ' &Show tips at startup' TabOrder = 1 end object Button_OK: TButton Left = 298 Top = 10 Width = 89 Height = 25 Caption = '&OK' Default = True TabOrder = 2 OnClick = Button_OKClick end object Button_Next: TButton Left = 298 Top = 43 Width = 89 Height = 25 Caption = '&Next Tip' TabOrder = 3 OnClick = Button_NextClick end object Button_Prev: TButton Left = 298 Top = 70 Width = 89 Height = 25 Caption = '&Previous Tip' TabOrder = 4 OnClick = Button_PrevClick end end